; PDFSPext.txt - External extension mapping definition file
; (c) 1996, Symbol Technologies, Inc.
;
; The file is used to map simple patterns that can be found inside
; a PDF bar code to an N character identifier which can be used as
; a file extension to store the decoded data. The file can then be
; used to invoke the Windows associated application to handle it.
;
; Each mapping contains one triplet, enclosed in curly brackets in
; the following format:
;
; {index of pattern}{pattern}{extension}
;
;       index of pattern : >= 0 is position of pattern in buffer
;                          < 0  is end of buffer
;
; 1. Only one mapping (triplet) per line.
; 2. Comment line must begin with ';' as first character.
; 3. Only characters inside curly brackets matter; those outside
;    are ignored.
; 4. Any text after the triplet are ignored.
; 5. Only the first 512 characters on each line are accepted.
; 6. Binary characters can be represented as a '\' character
;    followed by 3 octal digits.
;

Symbol Compressed Image = {0}{SI}{sci}       ; comment (ignored)
Symbol ID               = {0}{\302\345}{sid}

Electronic Data Interchange = {0}{[)>}{edi}

DMV Demo (license)              = {0}{LC}{dmv}
DMV Demo (title)                = {0}{TI}{dmv}
DMV Demo (violation ticket)     = {0}{TK}{dmv}
DMV Demo (registration notice)  = {0}{2582}{dmv}
DMV Demo (windshield sticker)   = {0}{1G3AC}{dmv}
DMV Demo (voter registration)   = {0}{VR}{dmv}
DMV Demo (JPEG Photo ID)        = {0}{\003}{dmv}

Bill of Lading = {0}{^B}{bol}

Just Testing = {-1}{wee}{txt}

Paint = {0}{BM}{bmp}